-
Notifications
You must be signed in to change notification settings - Fork 691
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(autonomous_emergency_braking): add virtual stop wall to aeb #7894
feat(autonomous_emergency_braking): add virtual stop wall to aeb #7894
Conversation
Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com>
Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com>
Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com>
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #7894 +/- ##
==========================================
- Coverage 28.66% 28.64% -0.02%
==========================================
Files 1587 1589 +2
Lines 116302 116357 +55
Branches 49661 49667 +6
==========================================
Hits 33334 33334
- Misses 73890 73945 +55
Partials 9078 9078
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@danielsanchezaran |
Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com>
Thanks for the comment, I believe there is a rendering issue. In some frames the wall looks good: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks
…owarefoundation#7894) * add virtual stop wall to aeb Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com> * add maintainer Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com> * add uppercase Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com> * use motion utils function instead of shiftPose Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com> --------- Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com> Signed-off-by: palas21 <palas21@itu.edu.tr>
* add virtual stop wall to aeb Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com> * add maintainer Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com> * add uppercase Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com> * use motion utils function instead of shiftPose Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com> --------- Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com>
…owarefoundation#7894) * add virtual stop wall to aeb Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com> * add maintainer Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com> * add uppercase Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com> * use motion utils function instead of shiftPose Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com> --------- Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com>
…owarefoundation#7894) * add virtual stop wall to aeb Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com> * add maintainer Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com> * add uppercase Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com> * use motion utils function instead of shiftPose Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com> --------- Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com>
…owarefoundation#7894) * add virtual stop wall to aeb Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com> * add maintainer Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com> * add uppercase Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com> * use motion utils function instead of shiftPose Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com> --------- Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com>
…owarefoundation#7894) * add virtual stop wall to aeb Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com> * add maintainer Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com> * add uppercase Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com> * use motion utils function instead of shiftPose Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com> --------- Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com>
Description
This PR adds a virtual stop wall debug marker to the AEB module to facilitate visualization. It also adds a parameter to enable/disable the publishing of debug markers to speed up computation time if markers are not required.
Also added a maintainer.
Note: requires launch changes.
Related links
Parent Issue:
How was this PR tested?
PSim

Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.